-
Notifications
You must be signed in to change notification settings - Fork 0
documentation: add doc for SMDDP collectives #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: smddp-coll
Are you sure you want to change the base?
documentation: add doc for SMDDP collectives #3
Conversation
Co-authored-by: Mufaddal Rohawala <[email protected]>
Co-authored-by: Basil Beirouti <[email protected]> Co-authored-by: Kalyani Nikure <[email protected]>
…aws#3438) Co-authored-by: Keshav Chandak <[email protected]>
Co-authored-by: Navin Soni <[email protected]>
* Add DXB region * Remove change from neuron * Adding DXB to TF 2.1.0 and 2.1.1
Co-authored-by: Brock Wade <[email protected]> Co-authored-by: Mufaddal Rohawala <[email protected]>
…timator starting 1.12 (aws#3500) Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: Malav Shastri <[email protected]>
Co-authored-by: Brock Wade <[email protected]> Co-authored-by: Mufaddal Rohawala <[email protected]>
Co-authored-by: Dewen Qi <[email protected]>
* Set to true by default * Update pt ddp supported versions Add validation for instance type, fw and py versions. Clean up logs and comments Add integ test for ACCL disabled Fix integ test params Fix formatting errors in tests Update logic to set accl_enabled to none for default on cases
1a48cb5
to
cfddea6
Compare
cfddea6
to
83d754e
Compare
"communication_options": { # Optional. This is set to auto by default. | ||
"backend": "auto" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make these lines bold?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately Sphinx code block doesn't support adding styles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the code block every character is recognizes as straight code syntax, so it would show the element for bold style, instead of the bold style applied to the lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ref discussion in stackoverflow: https://stackoverflow.com/questions/26366552/bold-code-in-rst
"communication_options": { | ||
"backend": "auto", # backend is set to auto by default | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
558e3f8
to
094ee86
Compare
Issue #, if available:
Description of changes:
documentation for SMDDP collectives + small fix for compiler_config (wrong indentation)
Testing done:
local sphinx build completed
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.